@font-face {
	font-family: "Play-Regular";
	src: url('../fonts/Play-Regular.eot');
	src: url('../fonts/Play-Regular.woff2') format('woff2'),
		 url('../fonts/Play-Regular.woff') format('woff'),
         url('../fonts/Play-Regular.ttf') format('truetype'),
         url('../fonts/Play-Regular.svg#Lato-Regular') format('svg'),
         url('../fonts/Play-Regular.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Play-Bold";
	src: url('../fonts/Play-Bold.eot');
	src: url('../fonts/Play-Bold.woff2') format('woff2'),
		 url('../fonts/Play-Bold.woff') format('woff'),
         url('../fonts/Play-Bold.ttf') format('truetype'),
         url('../fonts/Play-Bold.svg#Lato-Regular') format('svg'),
         url('../fonts/Play-Bold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

.res-tab{
	padding:20px 20px 20px 20px;
	background:#000000;	
}

ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
	overflow:hidden;
}

.resp-tabs-list li {
	font-family: "Play-Bold";
    font-size: 12pt;
	color:#ffffff;
	background:#000000;
	text-transform:uppercase;
    float:left;
    padding: 12px 15px 12px 15px;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
	margin:30px 0px 0px 0px;
}

.resp-tab-active {
	border-bottom: none;
	padding: 12px 15px 12px 15px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #f82b2b;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

h2.resp-accordion {
    font-size: 13px;
    border: none;
    margin: 0px;
    padding: 10px 15px;
	background:#ffffff !important;
	font-family: "Play-Bold";
    font-size: 12pt;
	color:#f82b2b;
	text-transform:uppercase;
	border-bottom:solid 2px #000000 !important;
}

h2.resp-tab-active {
    border:none !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
    color: #ffffff;
    font-family: "Play-Bold";
    font-size: 12pt;
	background:#f82b2b !important;
	position:relative;
	text-transform:uppercase;
}

h2.resp-tab-active:after{
	position:absolute;
	content:"\f107";
	font-family:"FontAwesome";
	top: 5px;
    right: 14px;
	color:#ffffff;
	font-size:18pt;
	
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}



/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}



@media only screen and (max-width:700px){

.resp-tab-content {
    display: none;
    margin: 30px 0px 30px 0px;
}


}
